home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network PC
/
Network PC.iso
/
amiga utilities
/
applications
/
accounts
/
easycalc2.0f
/
easyrexx
/
setwidth.erex
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-11-20
|
198 b
|
14 lines
/* EasyCalc 2.0 Arexx Script */
options results
'getnumber "Enter the new width for all columns:" "10" "600"'
newwidth = result
easytofront
do column=0 for 256
'colwidth' column newwidth
end